home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / editm23.zip / README.TXT < prev    next >
Text File  |  1994-10-16  |  7KB  |  181 lines

  1.                           EDIT MASTER FOR WINDOWS
  2.                                Version 2.3
  3.                    (c) 1994 Princeton Computer Consulting
  4.                            All Rights Reserved.
  5.  
  6.     Edit Master for Windows is a replacement for the Windows notepad.  
  7. It features unlimited file sizes, MDI, search & replace, recent file list, 
  8. word wrap, drag and drop from file manager, drag and drop moving and 
  9. copying, automatic UNIX conversion and much more.
  10.  
  11.     You can get the most recent version of Edit Master via ftp at 
  12. pluto.njcc.com (pub/bmurray) or at iia.org (pub/users/bmurray).  
  13. Login as ftp with your address as a password.  It can also be found on
  14. Compuserve in the Windows Shareware Forum's Gerneral Win Utils section.
  15. You may contact me by E-Mail at bmurray@pluto.njcc.com or on Compuserve
  16. at 75324,514.  I would like to hear suggestions for updates as well as 
  17. overall comments.
  18.  
  19. REGISTRATION
  20. ------------
  21.     Edit Master for Windows is distributed as "shareware."  It is not 
  22. free software. You are being given a chance to use this program for a 
  23. period of thirty (30) days before buying it.  If after this time you 
  24. continue to use Edit Master, you are expected to register it.  
  25. Registration gives you the right to continue to use this software 
  26. as well as news and discounts on future upgrades.  You are encouraged 
  27. to distribute this software, providing it is distributed in its 
  28. entirety and without charge (except for media and handling, if 
  29. applicable).  I reserve the right to change these restrictions in 
  30. future versions.
  31.  
  32.     If you find this product useful and continue to use Edit Master 
  33. after thirty days, you are required to register it by making a payment 
  34. of $15 (US) to Princeton Computer Consulting.  Include an additional 
  35. $4 (US) if you would like the most recent version mailed to you.  This 
  36. fee will license one copy of Edit Master for use on any one computer at 
  37. any one time. To register Edit Master, print out the form called 
  38. REGISTER.WRI using Windows Write and send with your payment to:
  39.  
  40.     Princeton Computer Consulting
  41.     20 Lorrie Lane
  42.     PO Box 7345
  43.     Princeton, NJ 08543-7345
  44.  
  45.     Edit Master can also be registered on Compuserve.  Go SWREG and 
  46. use Registration ID 3638.
  47.  
  48. DISCLAIMER
  49. ----------
  50.     Edit Master is distributed without warranty, either expressed or 
  51. implied.  No guarantee as to its suitability for a particular task is 
  52. given.  No responsibility is assumed for any consequential loss or 
  53. damages arising from its use.
  54.  
  55. PACKING LIST
  56. ------------
  57.     This program is distributed as a ZIP file.  Unzip EDITMAST.ZIP to 
  58. a directory and put all of the files into that directory.  See the 
  59. IMPORTANT note below about where to put the DLL and VBX files.
  60.  
  61.     EDITMAST.EXE    - The Windows executable
  62.     EDITMAST.HLP    - The Windows help file
  63.     README.TXT      - This file
  64.     REGISTER.WRI    - Registration form in Windows Write format
  65.     VBRUN300.DLL    - See below
  66.     CMDIALOG.VBX    - See below
  67.     EMEDIT.VBX      - See below
  68.     THREED.VBX      - See below
  69.  
  70. IMPORTANT
  71. ---------
  72. You must have the following files:
  73.  
  74.     VBRUN300.DLL
  75.     CMDIALOG.VBX
  76.     EMEDIT.VBX
  77.     THREED.VBX
  78.  
  79. in your Windows\System directory for Edit Master to work.  If these 
  80. files were not on the distribution disk that you received, they are 
  81. available on Compuserve, America On-Line, or most local bulletin 
  82. boards.  If you are just evaluating Edit Master, you can just put 
  83. these files in the directory where you installed Edit Master.
  84.  
  85. RELEASE HISTORY:
  86.  
  87. Version 2.3
  88. -----------
  89.     Fixed Save As bug when running from the command line
  90.     Made command line running accept multiple files
  91.     Made command line with multiple arguments work when it is already open
  92.     Fixed Frequent Files screen so that it displays correctly on large 
  93.         font systems
  94.     Removed lock-up after hitting OK on registration screen with an
  95.         invalid registration number
  96.     Added run minimized by using a -min command line argument
  97.  
  98. Version 2.2
  99. -----------
  100.     Fixed backspace key so that it deletes the selected text
  101.     Removed intro screen on registered version when run with a command 
  102.         line parameter
  103.     Fixed the word wrap so it wraps while you type
  104.     Fixed the word wrap so it wraps based on the window size
  105.     Fixed overwrite mode so it adds at the end of a line
  106.     Added drag and drop to move/copy selected text
  107.     Added automatic detection and conversion of UNIX text files
  108.     Added saving of text in UNIX format
  109.  
  110. Version 2.1
  111. -----------
  112.     Added drag and drop support from file manager
  113.     Made the tool bar configurable
  114.     Added tool bar tips
  115.     Added file deletion
  116.     Added option to not print the file name header with printed file
  117.     Got rid of rare File Not Found error on exit
  118.     Fixed error from sizing the form too small
  119.     When maximized child is selected, new windows are maximized
  120.     Added UNIX file conversion
  121.     Added ROT13 encoding/decoding
  122.     Added ASCII inversion
  123.     Added configurable width word wrap
  124.     Background and foreground text colors are now set based on your
  125.         Windows settings
  126.     
  127. Version 2.0
  128. -----------
  129.     Added ability for very large text files
  130.     Added editing of the file dialog filter list
  131.     Added tab width control
  132.     Added left margin size control
  133.     Added setting of text selection type (none, stream, line, column)
  134.        (Warning - line and column mode are still a little bit buggy)
  135.     Added ability to set Edit Master as the default text editor
  136.     Added auto indenting option when return is hit
  137.  
  138. Version 1.1
  139. -----------
  140.     Changed name to Edit Master since MultiEdit was already taken
  141.     Fixed file dialog box so Save As always works
  142.     Added multi-select to File Open dialog box
  143.     Fixed child windows so that they retain the selection when inactive
  144.     Fixed left and right shift so that it doesn't lose the selected text
  145.     Made tool bar appear as a default
  146.     Added window management tool bar buttons
  147.  
  148. Version 1.0    ** FIRST SHAREWARE RELEASE **
  149. -----------
  150.     Help file added
  151.     Setup program created
  152.     Startup window position added to the INI file
  153.     Added Find/Replace functionality to the Edit menu
  154.     Made disabled tool bar buttons turn grey
  155.     Added a pop-up edit window brought up by a right mouse click
  156.  
  157. Version 0.3
  158. -----------
  159.     Added undo functionality to the Edit menu
  160.     Added left and right shifting of text
  161.     Added recent file list
  162.     Added tool bar
  163.  
  164. Version 0.2
  165. -----------
  166.     INI file added
  167.     MDI capability added
  168.     Added upper and lower case conversion
  169.  
  170. Version 0.1
  171. -----------
  172.     Initial version - never released.
  173.  
  174. INSTALLATION
  175. ------------
  176. To install this program, make a directory for the EDITMAST.EXE and 
  177. EDITMAST.HLP files.  If they are not already there, copy the VBX and 
  178. DLL files to your WINDOWS\SYSTEM directory.  A default EDITMAST.INI 
  179. file will be created in the directory where the EXE and HLP files are 
  180. the first time you run the program.
  181.